AddRange(Object[]) Method
Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.
public void AddRange(
System.object[]
)
'Declaration
Public Overloads Sub AddRange( _
ByVal () As System.Object _
)
Parameters
- items
- An array of items.